Skip to content

Change return type to bool for shareOption#128

Open
goneall wants to merge 2 commits intoShekarMudaliyar:masterfrom
goneall:master
Open

Change return type to bool for shareOption#128
goneall wants to merge 2 commits intoShekarMudaliyar:masterfrom
goneall:master

Conversation

@goneall
Copy link

@goneall goneall commented Mar 20, 2023

Fixes #117

The Dart code is expecting a return type of bool and the Android code is returning a type String. I'm assuming "success" should be translated to True.

I looked at the iOS code and it is returning a boolean type for the same function.

Fixes ShekarMudaliyar#117

The Dart code is expecting a return type of bool and the Android
code is returning a type String.  I'm assuming "success" should
be translated to True.

I looked at the iOS code and it is returning a boolean type for
the same function.

Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
@NicolasEymael
Copy link

what is needed for this to be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When I press icon for to share, don't works. (sharedOptions)

2 participants